This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
This is a good question, and an enhancement to be addressed...
Sometime in the future (not saying when) you'll be able to have an edit box and be able to assign a hidden tag. Right now we don't have that in there.
But here's how you can get around it.
On the 'afterPageLoad' event for the XPage put the following...
getComponent('inputText1').rendererType = 'javax.faces.Hidden'
...with 'inputText1' being the edit box name you wish to be hidden.